home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / mkmf / Makefile.kernelObj < prev    next >
Encoding:
Makefile  |  1989-10-10  |  1.1 KB  |  51 lines

  1. #
  2. # This is the prototype Makefile for kernel module machine-dependent 
  3. # Object subdirectories.
  4. #
  5. # This Makefile is automatically generated.
  6. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  7. #
  8. # Generated from @(TEMPLATE)
  9. # @(DATE)
  10. #
  11. # For more information, refer to the mkmf manual page.
  12. #
  13. # $Header: /sprite/lib/mkmf/RCS/Makefile.kernelObj,v 1.6 89/10/09 21:27:44 rab Exp $ SPRITE (Berkeley)
  14. #
  15. # Allow mkmf
  16.  
  17. MACHDIR        = @(MACHDIR)
  18. MACH         = @(MACH)
  19. CFLAGS        += @(MACHFLAG)
  20. AFLAGS        += @(MACHFLAG)
  21.  
  22. #
  23. # Fetch source and header definitions from the parent makefile
  24. #
  25. IS_OBJECT    = True
  26. #include    "../Makefile"
  27.  
  28. #
  29. # Include any machine-specific sources and objects.
  30. #
  31. MDCSRCS        = @(CSRCS)
  32. MDSSRCS        = @(SSRCS)
  33. MDHDRS        = @(HDRS)
  34. MDPUBHDRS    = @(PUBHDRS)
  35. CSRCS        += $(MDCSRCS)
  36. SSRCS        += $(MDSSRCS)
  37. HDRS        += $(MDHDRS)
  38. PUBHDRS        += $(MDPUBHDRS)
  39.  
  40. # The label below is used as a special trigger for Makefile.sed scripts
  41. # to use to add extra stuff to the Makefile:
  42. # @(SPECIALS)
  43.  
  44. #include    <kernelObj.mk>
  45.  
  46. # Another label, for triggering Makefile.sed commands AFTER kernelObj.mk
  47. # is included:
  48. # @(POSTINCLUDE)
  49.  
  50. #include    "dependencies.mk"
  51.